home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent1 / gifani.lha / gifanim_datatype / endcode.asm < prev    next >
Assembly Source File  |  1997-07-03  |  429b  |  29 lines

  1.  
  2. ;*
  3. ;*
  4. ;*  $VER: endcode.asm 1.1 (3.7.97)
  5. ;*  gifanim.datatype 1.1
  6. ;*
  7. ;*  Used to mark the end of library
  8. ;*
  9. ;*  Written 1997 by Roland 'Gizzy' Mainz
  10. ;*  Original example source from David N. Junod
  11. ;*
  12. ;*
  13.  
  14.     XDEF    ENDCODE
  15.  
  16. ;---------------------------------------------------------------------------
  17.  
  18.     SECTION TEXT,CODE
  19.  
  20.  
  21. ;---------------------------------------------------------------------------
  22.  
  23. ;ENDCODE    EQU    *
  24.  
  25. ENDCODE:
  26.  
  27.     END
  28.  
  29.